Package org.mozilla.jss.pkcs11
Class PK11DSAParams
java.lang.Object
java.security.spec.DSAParameterSpec
org.mozilla.jss.pkcs11.PK11DSAParams
- All Implemented Interfaces:
DSAParams,AlgorithmParameterSpec
Common interface for DSA Parameter spec
DSAParams and AlgorithmParameterSpec are not related making impossible to
create a common getParams method for all private keys. This class can be
used as DSAParams to make methods compatible.
This was already fixed in Java 22.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.security.spec.DSAParameterSpec
getG, getP, getQ
-
Constructor Details
-
PK11DSAParams
-